Internal frameworks
These frameworks are used internally by dvbcss-synckit-ios.
An application using dvbcss-synckit-ios frameworks is not expected to need to directly use these frameworks, however they are documented here in case they are helpful.
3rd party frameworks
Some of these frameworks are 3rd party frameworks and for convenience are included in the repository and Xcode workspace.
See the documentation for each framework for details of the original authorship and licence terms for that framework.
Framework | Component | Description |
---|---|---|
AsyncSocket | GCDAsyncUdpSocket | A UDP/IP socket networking framework built atop Grand Central Dispatch. |
UDPMessaging | UDPEndpoint | A class representing a UDP socket endpoint (server- or client-mode) |
SocketRocket | SRWebSocket | Facebook’s SRWebSocket framework (available under a BSD-licence) re-packaged as an iOS framework |
JSONModelFramework | JSONModelFramework.h | Framework for serialising Objective C objects into JSON and deserialise JSON back to Objective C. A repackaging of the open-source JSONModel library as an iOS framework |